Skip to content

fix: add new special creature case#93

Merged
tobiasehlert merged 2 commits into
mainfrom
fix-add-new-special-creature-case
Jul 23, 2025
Merged

fix: add new special creature case#93
tobiasehlert merged 2 commits into
mainfrom
fix-add-new-special-creature-case

Conversation

@tobiasehlert

Copy link
Copy Markdown
Member

This pull request includes updates to the specialCreaturesCases map in src/util.go. The changes primarily involve reordering and adding new entries, as well as restoring previously removed entries to improve the accuracy and completeness of creature name mappings.

Updates to specialCreaturesCases map:

New entries:

  • Added mappings for new creatures, including "batface", "norcferatudworc", and "norcferatuorclops", to expand the map's coverage.

Reordered entries:

  • Adjusted the order of entries in the map for better organization and readability, grouping related creatures together.

@tobiasehlert tobiasehlert requested a review from Copilot July 23, 2025 06:41
@tobiasehlert tobiasehlert self-assigned this Jul 23, 2025
@tobiasehlert tobiasehlert added bug Something isn't working go Pull requests that update Go code labels Jul 23, 2025

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the specialCreaturesCases map in src/util.go to improve creature name mappings by adding new entries and reorganizing existing ones. The changes expand coverage for creature name translations and improve code organization through better grouping.

  • Added 3 new creature mappings: "batface", "norcferatudworc", and "norcferatuorclops"
  • Restored previously removed entry "cultnovice" to maintain completeness
  • Reordered all map entries for better logical grouping and readability

@tobiasehlert tobiasehlert merged commit c2a263c into main Jul 23, 2025
2 checks passed
@tobiasehlert tobiasehlert deleted the fix-add-new-special-creature-case branch July 23, 2025 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

2 participants